home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbmap.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  2000-01-27  |  173 b   |  8 lines

  1. global gDBPictObjList
  2.  
  3. on mouseDown
  4.   MyObj = getaProp(gDBPictObjList, GetObjProp())
  5.   ButtonList = GetButtonList(MyObj)
  6.   trackMouse(getaProp(ButtonList, the clickOn))
  7. end
  8.